home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Multiple_NIBs / PANEL.nib / data.classes next >
Text File  |  1995-06-12  |  190b  |  17 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     CALC:;
  9.     };
  10.     OUTLETS = {
  11.     second;
  12.     third;
  13.     first;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17.